home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / parallax / sparc_so.tar / sun4sol / README.pmon < prev    next >
Text File  |  1993-12-06  |  2KB  |  57 lines

  1. ==================================
  2.  
  3.   PMON -- Parallaxis Timing Tool
  4.  
  5. ==================================
  6.  
  7. Pmon is part of the Parallaxis parallel programming project at Univ. Stuttgart,
  8. Germany. Parallaxis compilers, simulator, debugger, sample programs, and
  9. programming environment tools are distributed as Public Domain Software without
  10. any warranty of any kind. See the notice in the main Parallxais README file.
  11.  
  12.   Stefan Engelhardt  engelhar@informatik.uni-stuttgart.de
  13.   Thomas Braunl      braunl@informatik.uni-stuttgart.de
  14.  
  15.  
  16. 1. Intro:
  17. ---------
  18.  
  19. This is a brief documentation for the Parallaxis Timing Tool 'pmon'.
  20. 'pmon' processes recording files, created by the PARZ simulator 'pz' or 
  21. by a program run after compilation with 'pz2c' or 'pz2mpl'.
  22.  
  23. 'pmon' calculates statistical information, e.g. the distribution of 
  24. different statement types, average PE load or the ratio between scalar and 
  25. vectorial statements and display the load of the PEs in a graphical window.
  26.  
  27.  
  28. 2. Usage:
  29. ---------
  30.  
  31. 2.1 Generation of the record file:
  32. ----------------------------------
  33. *  When using the simulator 'pz', call 'pz' with the option '-r'.
  34.    'pz' then writes a recording file '.rec'. 
  35.  
  36.    E.g.  'pz -r prim.z'  results in the record file 'prim.rec'.
  37.  
  38. *  When using the compilers 'pz2c' and 'pz2mpl',
  39.    call 'pz2c' with the option '-R'.
  40.    After the program run, a file '.rec' exists, containing the record file.
  41.  
  42.    E.g.  'pz2c -R prim.z ; prim'  results in the record file 'prim.rec'.
  43.  
  44.  
  45. 2.2 Calling 'pmon':
  46. -------------------
  47. Type 'pmon <file>.rec' to process the recording file '<file>.rec'.
  48. After a few seconds, two windows will appear, one containing a dialog box, 
  49. the other containing the load diagram. Choose the button 'Help' and read the 
  50. explanations to understand the usage of 'pmon'.
  51.  
  52. Pressing the button 'Print Graphics' creates a file '<file>.ps. 
  53. This file contains four diagrams in PostScript format. You can print these
  54. graphics on a PostScript printer or display them using PostScript previewers
  55. like 'ghostview'.
  56.  
  57.